noise_rs 0.1.16

The perlin and simplex noise implementation in 2d and 3d
Documentation

Noise utilities for Minecraft

Needs Rust 1.46.0+ if compiled with default features

If you want older version of rust (we support back to 1.36.0) then pass --no-default-features on your build/test/run command or as a dependency do default-features = false.